home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of Shareware
/
Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso
/
mac
/
ZIPPED
/
DOS
/
NETWORKS
/
TPAPI.ZIP
/
NWVAP.DOC
< prev
next >
Wrap
Text File
|
1992-02-24
|
3KB
|
135 lines
*********************
** NOT IMPLEMENTED **
*********************
VAP SERVICES
============
AllocateSegment
Enables a VAP to allocate system memory.
--
CalculateAbsoluteAddress
Calculates an absolute memory address from a protected-mode or
real-mode segment/offset pair.
--
ChangeProcess
Puts the calling process at the end of the priority level in the internal
active queue and reschedules the highest priority task for execution.
--
ChangeSegmentToData
Changes a segment's type to Read-Write Data segment.
--
CreateProcess
Creates a new process.
--
DeclareExtendedSegment
Declares a memory segment's type as extended memory.
--
DeclareSegmentAsData
Declares a memory segment a stype Read-Write Data segment.
--
DelayProcess
Postpones execution of the calling process for a specified interval.
--
DoConsoleError
Displays an error message on the system console.
--
GetInterruptVector
Returns the Interrupt Service Routine segment and offset of the
specified interrupt.
--
GetProcessID
Returns the process ID of the calling process.
--
GetVAPHeader
Gets information about other VAPs loaded in the system.
--
InitializationComplete
Signals NetWare that process initialization (memory allocation,
process spawning) is complete.
--
KillProcess
Terminates the calling process and causes the highest priority process
in the active queue to be scheduled for execution.
--
SegmentToPointer
Converts a segment value to a pointer
--
SetExternalProcessError
Installs an error routine to handle communication errors (such as
"Abort,Retry,Ignore").
--
SetHardwareInterruptVector
Installs a hardware-triggered Interrupt Service Routines.
--
SetInterruptVector
Installs a software Interrupt Service Routine.
--
ShellPassThroughEnable
Allows the calling VAP to access DOS functions that would normally
be unavailable during a VAP operation.
--
SleepProcess
Removes the current process from the active queue.
--
SpawnProcess
Creates a new process to run in the NetWare internal multitasking
environment.
--
VAPAttachToFileServer
Attaches the VAP to the file server specified by name on an
internetwork.
--
VAPGetConnectionID
Returns the file server number corresponding to a specified file server
name.
--
VAPGetFileServerName
Returns the name of the file server that resides with the VAP.
--
WakeUpProcess
Wakes up a sleeping VAP (returns from its SleepProcess call).
--
ClearScreen
Clears the system monitor screen.
--
ConsoleDisplay
Queues a message for display on the system console.
--
ConsoleError
Displays an error message on the system console.
--
ConsoleMessage
Displays a message on the system console.
--
ConsoleQuery
Displays a prompt on the system console and gets a Yes or No
response.
--
ConsoleRead
Reads a string typed at the system keyboard.
--
GetScreenMode
Indicates who has control of the system console.
--
InString
Reads a string typed at the system keyboard.
--
OutString
Displays a message on the system console.
--
PrintString
Prints an ASCII string on the system console.
--
ReadKeyboard
Reads command strings typed at the system keyboard.
--
SetScreenMode
Clears the screen and gives control of the system console to the
specified VAP.
------------------------------------------------------------------------------